home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / network / arccount / !ARCcount / !Run < prev    next >
Encoding:
Text File  |  1995-09-19  |  714 b   |  25 lines

  1.    
  2.    | -------------------------------------
  3.    | Run file for application : !ARCcount
  4.    | -------------------------------------
  5.    
  6.      Set ARCcount$Dir <Obey$Dir>
  7.      Set Net$Present Yes
  8.      IconSprites <Obey$Dir>.!Sprites
  9.    
  10.    | Loading interface module:
  11.    
  12.      If "<System$Path>"=""  then Error 0 System resources cannot be found
  13.      RMEnsure SharedCLibrary 0 RMLoad System:modules.CLib
  14.      RMEnsure InterfaceManager 1.25 RMLoad <Obey$Dir>.Interface
  15.      RMEnsure InterfaceManager 1.25 Error Couldn't load Interface module
  16.  
  17.    | Check for connection to Network:
  18.  
  19.      RMEnsure NetFS 0.00 SET Net$Present No
  20.  
  21.    | Run main program:
  22.    
  23.      WimpSlot -min 64K -max 64K
  24.      Run <Obey$Dir>.!RunImage 
  25.